TimeCollectionAdd Method (Time) |
Adds a
Time to the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int Add(
Time time
)
Public Function Add (
time As Time
) As Integer
Parameters
- time
- Type: Independentsoft.Sip.SdpTime
A Time to add to the collection.
Return Value
Type:
Int32The index of the added item.
See Also